dsh-task-progress-notifier:跟踪 todo_write 任务进度并弹原生桌面提醒
`dsh-task-progress-notifier` 是一款 DeepSeek Harness(DSH)插件,用于监听 agent 的 `todo_write` 任务清单状态变化,并在任务启动、完成或全部结束时通过原生桌面通知提醒用户。该插件运行于 `dsh` profile,采用 MIT 许可证。 核心功能包括:跟踪 `todo/write` 事件并维护任务快照,通过差分对比仅播报真实状态迁移;支持配置 `notifyOnComplete`(单任务完成)、`notifyOnStart`(任务开始)及 `notifyOnAllDone`(全量完成汇总)三种提醒模式;提供 `notify`
Read Moredsh-notify-center:DSH 本机桌面通知与 Webhook 插件
dsh-notify-center 是 SingleOne 开发的 DSH 插件(MIT 许可),旨在解决开发者离屏时错过顶层 Agent 状态的问题。该插件将 Agent 任务完成或等待审批的事件实时发送为本机桌面通知或远程 Webhook,且无额外 Token 或模型开销。 核心功能包括:监听 turn/end 和 approval/asked 事件,支持 Windows、macOS 和 Linux 原生通知;兼容飞书、企业微信、钉钉、Slack、Discord 及自定义 Webhook,支持超时重试且不阻塞 Agent。提供细粒度的过滤规则、正文长度控制及摘要权限配置,默认关闭摘要以保护
Read Moredsh-notify-on-complete: Adding Desktop Notifications to DeepSeek Harness
pitetow/dsh-notify-on-complete is an extension plugin designed specifically for DeepSeek Harness (DSH), aimed at solving the problem of users having to frequently check the terminal or wait for approvals during long-running tasks. This plugin sends low-disturbance desktop notifications to remind users when tasks end (distinguishing between completion, errors, interruptions, or token limits), when model calls prompt for input, or when waiting for sandbox and tool permission approvals. Core features include filtering sub-agent sessions to reduce redundant notifications, providing fine-grained configuration for different scenarios such as prompts and approvals, and supporting cross-platform system notifications and alert sounds across macOS, Linux, and Windows. The plugin has zero runtime dependencies and leverages Node.js child processes to ensure notification delivery is unaffected by the main process exiting. Installation requires Node.js 22 and pn
Read Moredsh-notification: Desktop Notification on DSH Round Completion
dsh-notification is a DSH client plugin maintained by omdsh-dev that uses the browser Notification API to pop up desktop notifications at the end of a Web GUI session round. It supports toggling separately based on round results such as completed or error, as well as include/exclude keyword rules for session titles, response content, and tool names. By default, notifications are only prompted when the session is not currently being viewed. Preferences are stored in localStorage, with no intrusion into model tokens, tools, or logs. Installation: Use `dsh plugin --profile web add v0.1.3` with the compressed package address. Settings can be found under Settings > Notifications.
Read MoreAdd Approval and Completion Notifications to DeepSeek Harness Webpage with dsh-web-ui-notify
`dsh-web-ui-notify` is a DeepSeek Harness Web UI notification plugin maintained by bill9109. When the tab is left, system notifications will pop up for tool approval, DSH questions and round completion, with the session name in the title, and clicking the notification will jump back to the corresponding session. This article verifies the 0.1.3 installation, web profile, setting switches and permission boundaries according to the community directory and repository README.
Read MoreAdd Round Completion Desktop Notifications to DeepSeek Harness with dsh-notification
dsh-notification is a notification plugin for DeepSeek Harness Web GUI maintained by omdsh-dev. After a session ends in one round, the browser will pop up system notifications via the Notification API. Users can toggle notifications based on end states such as completion or error, and filter them using keyword inclusion/exclusion rules. This article verifies the installation, settings, host projection configuration and known limitations in accordance with the community directory and the repository README.
Read More